home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / SINE-PUZ.dxr / 00064.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  159 b   |  11 lines

  1. on mouseDown
  2.   global selection
  3.   cursor([44, 43])
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7.   cursor(0)
  8.   set selection to "A"
  9.   go("Test")
  10. end
  11.